| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| public.rboolop(query_int, integer[]) | (Procedure) |
| Name | public.rboolop(query_int, integer[]) |
| Comment | boolean operation with array |
| Src |
CREATE FUNCTION public.rboolop(query_int, integer[]) RETURNS boolean AS $BODY$rboolop$BODY$ LANGUAGE 'c' IMMUTABLESTRICT ; |